GtkBuilder: Support parsing int64/uin64 values
authorMatthias Clasen <mclasen@redhat.com>
Thu, 21 Aug 2014 18:20:28 +0000 (14:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 21 Aug 2014 18:22:13 +0000 (14:22 -0400)
commit23fcc5e373e87008aaf67cdf062fb4669193c1ba
tree4276c376b6cf3bd13d6402ddcf991b3e0ab57267
parentbeae42c49b7316edb2456a128a405bce3c01302e
GtkBuilder: Support parsing int64/uin64 values

This was missing; the code to parse these numbers was there,
but the switch didn't have cases for these types.

https://bugzilla.gnome.org/show_bug.cgi?id=602443
gtk/gtkbuilder.c